Type Alias BCryptDestroySecretFn
pub type BCryptDestroySecretFn = Option<unsafe extern "system" fn(hsecret: BCRYPT_SECRET_HANDLE) -> NTSTATUS>;Aliased Type§
pub enum BCryptDestroySecretFn {
None,
Some(unsafe extern "system" fn(*mut c_void) -> i32),
}