Type Alias winfsp_sys::FSP_SERVICE_STOP

source ·
pub type FSP_SERVICE_STOP = Option<unsafe extern "C" fn(arg1: *mut FSP_SERVICE) -> NTSTATUS>;

Aliased Type§

enum FSP_SERVICE_STOP {
    None,
    Some(unsafe extern "C" fn(_: *mut _FSP_SERVICE) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _FSP_SERVICE) -> i32)

Some value of type T.