public static uint Util_InstallBSP(uint Action, ref install_error Error, ref bioapi_bsp_schema BSPSchema) { return(NativeMethods.BioAPI_Util_InstallBSP(Action, ref Error, ref BSPSchema)); }
public static extern uint BioAPI_Util_InstallBSP(uint Action, ref install_error Error, ref bioapi_bsp_schema BSPSchema);