public static extern uint BioAPI_GetFrameworkInfo(ref bioapi_framework_schema FrameworkSchema);
public static uint GetFrameworkInfo(ref bioapi_framework_schema FrameworkSchema) { return(NativeMethods.BioAPI_GetFrameworkInfo(ref FrameworkSchema)); }