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