Type Alias BCryptSignHashFn

pub type BCryptSignHashFn = Option<unsafe extern "system" fn(hkey: BCRYPT_KEY_HANDLE, ppaddinginfo: *const c_void, pbinput: *const u8, cbinput: u32, pboutput: *mut u8, cboutput: u32, pcbresult: *mut u32, dwflags: u32) -> NTSTATUS>;

Aliased Type§

pub enum BCryptSignHashFn {
    None,
    Some(unsafe extern "system" fn(BCRYPT_KEY_HANDLE, *const c_void, *const u8, u32, *mut u8, u32, *mut u32, u32) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(BCRYPT_KEY_HANDLE, *const c_void, *const u8, u32, *mut u8, u32, *mut u32, u32) -> NTSTATUS)

Some value of type T.