PLSA_COPY_TO_CLIENT_BUFFER

Type Alias PLSA_COPY_TO_CLIENT_BUFFER 

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§

pub 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.