Skip to main content

PREPLACE_SWAP

Type Alias PREPLACE_SWAP 

Source
pub type PREPLACE_SWAP = Option<unsafe extern "C" fn(Context: PVOID) -> NTSTATUS>;

Aliased Type§

pub enum PREPLACE_SWAP {
    None,
    Some(unsafe extern "C" fn(*mut c_void) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void) -> i64)

Some value of type T.