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