PREPLACE_END

Type Alias PREPLACE_END 

pub type PREPLACE_END = Option<unsafe extern "system" fn(context: *const c_void) -> NTSTATUS>;

Aliased Type§

pub enum PREPLACE_END {
    None,
    Some(unsafe extern "system" fn(*const c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void) -> NTSTATUS)

Some value of type T.