pub type USER_MARSHAL_FREEING_ROUTINE = Option<unsafe extern "C" fn(arg1: *mut c_ulong, arg2: *mut c_void)>;
enum USER_MARSHAL_FREEING_ROUTINE { None, Some(unsafe extern "C" fn(_: *mut u32, _: *mut c_void)), }
No value.
Some value of type T.
T