pub unsafe extern "system" fn WinBioAsyncOpenFramework(
    notificationmethod: WINBIO_ASYNC_NOTIFICATION_METHOD,
    targetwindow: HWND,
    messagecode: u32,
    callbackroutine: PWINBIO_ASYNC_COMPLETION_CALLBACK,
    userdata: *const c_void,
    asynchronousopen: BOOL,
    frameworkhandle: *mut u32
) -> HRESULT
Expand description

Required features: "Win32_Foundation"