pub type PLSA_ALLOCATE_CLIENT_BUFFER = Option<unsafe extern "system" fn(clientrequest: *const *const c_void, lengthrequired: u32, clientbaseaddress: *mut *mut c_void) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.