pub unsafe extern "system" fn SecLookupWellKnownSid(
    sidtype: WELL_KNOWN_SID_TYPE,
    sid: PSID,
    sidbuffersize: u32,
    sidsize: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"