pub unsafe extern "system" fn CreateEventA(
    lpeventattributes: *const SECURITY_ATTRIBUTES,
    bmanualreset: BOOL,
    binitialstate: BOOL,
    lpname: PCSTR
) -> HANDLE
Expand description

Required features: "Win32_Foundation", "Win32_Security"