Type Alias windows_sys::Win32::Security::Cryptography::GetSChannelInterfaceFn
pub type GetSChannelInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, ppfunctiontable: *mut *mut NCRYPT_SSL_FUNCTION_TABLE, dwflags: u32) -> NTSTATUS>;
Aliased Type§
enum GetSChannelInterfaceFn {
None,
Some(unsafe extern "system" fn(_: *const u16, _: *mut *mut NCRYPT_SSL_FUNCTION_TABLE, _: u32) -> i32),
}