Function WinBioAsyncOpenFramework
pub unsafe fn WinBioAsyncOpenFramework(
notificationmethod: WINBIO_ASYNC_NOTIFICATION_METHOD,
targetwindow: Option<HWND>,
messagecode: Option<u32>,
callbackroutine: PWINBIO_ASYNC_COMPLETION_CALLBACK,
userdata: Option<*const c_void>,
asynchronousopen: bool,
frameworkhandle: Option<*mut u32>,
) -> Result<()>