Function windows::Wdk::Storage::FileSystem::ZwCreateEvent

pub unsafe fn ZwCreateEvent<P0>(
    eventhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    eventtype: EVENT_TYPE,
    initialstate: P0,
) -> NTSTATUS
where P0: Param<BOOLEAN>,