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