pub type SpMarshallSupplementalCredsFn = Option<unsafe extern "system" fn(credentialsize: u32, credentials: *const u8, marshalledcredsize: *mut u32, marshalledcreds: *mut *mut c_void) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.