pub unsafe extern "system" fn CreateEventW(
    lpeventattributes: *const SECURITY_ATTRIBUTES,
    bmanualreset: i32,
    binitialstate: i32,
    lpname: *const u16
) -> *mut c_void
🔬This is a nightly-only experimental API. (windows_c)