Type Alias SpMarshallSupplementalCredsFn

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

Aliased Type§

pub 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.