Type Alias CrediUnmarshalandDecodeStringFn

pub type CrediUnmarshalandDecodeStringFn = Option<unsafe extern "system" fn(marshaledstring: PCWSTR, blob: *mut *mut u8, blobsize: *mut u32, isfailurefatal: *mut u8) -> NTSTATUS>;

Aliased Type§

pub enum CrediUnmarshalandDecodeStringFn {
    None,
    Some(unsafe extern "system" fn(PCWSTR, *mut *mut u8, *mut u32, *mut u8) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCWSTR, *mut *mut u8, *mut u32, *mut u8) -> NTSTATUS)

Some value of type T.