windows::Win32::Devices::BiometricFrameworkFunction WinBioAsyncOpenSession
pub unsafe fn WinBioAsyncOpenSession(
factor: u32,
pooltype: WINBIO_POOL,
flags: u32,
unitarray: Option<&[u32]>,
databaseid: Option<*const GUID>,
notificationmethod: WINBIO_ASYNC_NOTIFICATION_METHOD,
targetwindow: Option<HWND>,
messagecode: Option<u32>,
callbackroutine: PWINBIO_ASYNC_COMPLETION_CALLBACK,
userdata: Option<*const c_void>,
asynchronousopen: bool,
sessionhandle: Option<*mut u32>,
) -> Result<()>