pub type FSP_SERVICE_START = Option<unsafe extern "C" fn(arg1: *mut FSP_SERVICE, arg2: ULONG, arg3: *mut PWSTR) -> NTSTATUS>;Aliased Type§
pub enum FSP_SERVICE_START {
None,
Some(unsafe extern "C" fn(*mut _FSP_SERVICE, u32, *mut *mut u16) -> i32),
}