pub type PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA = Option<unsafe extern "system" fn(pvauthdata: *const c_void, size: *mut u32, serializeddata: *mut *mut c_void) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut u32, _: *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.