Type Alias KspSerializeAuthDataFn

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

Aliased Type§

pub enum KspSerializeAuthDataFn {
    None,
    Some(unsafe extern "system" fn(*const c_void, *mut u32, *mut *mut c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.