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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.