Type Alias winfsp_sys::FSP_SERVICE_START

source ·
pub type FSP_SERVICE_START = Option<unsafe extern "C" fn(arg1: *mut FSP_SERVICE, arg2: ULONG, arg3: *mut PWSTR) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.