Function windows::Win32::Security::Authentication::Identity::SLRegisterEvent

pub unsafe fn SLRegisterEvent<P0, P1>(
    hslc: Option<*const c_void>,
    pwszeventid: P0,
    papplicationid: *const GUID,
    hevent: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<HANDLE>,