Type Alias BCryptDeriveKeyPBKDF2Fn
pub type BCryptDeriveKeyPBKDF2Fn = Option<unsafe extern "system" fn(hprf: BCRYPT_ALG_HANDLE, pbpassword: *const u8, cbpassword: u32, pbsalt: *const u8, cbsalt: u32, citerations: u64, pbderivedkey: *mut u8, cbderivedkey: u32, dwflags: u32) -> NTSTATUS>;Aliased Type§
pub enum BCryptDeriveKeyPBKDF2Fn {
None,
Some(unsafe extern "system" fn(BCRYPT_ALG_HANDLE, *const u8, u32, *const u8, u32, u64, *mut u8, u32, u32) -> NTSTATUS),
}