Type Alias SpMarshalAttributeDataFn

pub type SpMarshalAttributeDataFn = Option<unsafe extern "system" fn(attributeinfo: u32, attribute: u32, attributedatasize: u32, attributedata: *const u8, marshaledattributedatasize: *mut u32, marshaledattributedata: *mut *mut u8) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.