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