pub type SET_CREDENTIALS_ATTRIBUTES_FN_A = Option<unsafe extern "system" fn(param0: *mut SecHandle, param1: u32, param2: *mut c_void, param3: u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.