Function ZwCreateEvent
pub unsafe extern "system" fn ZwCreateEvent(
eventhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
eventtype: EVENT_TYPE,
initialstate: bool,
) -> NTSTATUSpub unsafe extern "system" fn ZwCreateEvent(
eventhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
eventtype: EVENT_TYPE,
initialstate: bool,
) -> NTSTATUS