Type Alias windows::Win32::Security::Authentication::Identity::SEC_GET_KEY_FN

pub type SEC_GET_KEY_FN = Option<unsafe extern "system" fn(arg: *mut c_void, principal: *mut c_void, keyver: u32, key: *mut *mut c_void, status: *mut HRESULT)>;

Aliased Type§

enum SEC_GET_KEY_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut HRESULT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut HRESULT))

Some value of type T.