Type Alias windows::Win32::Security::Cryptography::GetSignatureInterfaceFn

pub type GetSignatureInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, pszalgid: PCWSTR, ppfunctiontable: *mut *mut BCRYPT_SIGNATURE_FUNCTION_TABLE, dwflags: u32) -> NTSTATUS>;

Aliased Type§

enum GetSignatureInterfaceFn {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *mut *mut BCRYPT_SIGNATURE_FUNCTION_TABLE, _: u32) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *mut *mut BCRYPT_SIGNATURE_FUNCTION_TABLE, _: u32) -> NTSTATUS)

Some value of type T.