pub unsafe fn CreateEventExW<P0>(
    lpeventattributes: Option<*const SECURITY_ATTRIBUTES>,
    lpname: P0,
    dwflags: CREATE_EVENT,
    dwdesiredaccess: u32
) -> Result<HANDLE>
where P0: IntoParam<PCWSTR>,