Function windows::Wdk::Storage::FileSystem::NtCreateEvent
pub unsafe fn NtCreateEvent<P0>(
eventhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: Option<*const OBJECT_ATTRIBUTES>,
eventtype: EVENT_TYPE,
initialstate: P0,
) -> NTSTATUSwhere
P0: Param<BOOLEAN>,