Function windows_sys::Win32::Security::LookupAccountNameA

pub unsafe extern "system" fn LookupAccountNameA(
    lpsystemname: PCSTR,
    lpaccountname: PCSTR,
    sid: PSID,
    cbsid: *mut u32,
    referenceddomainname: PSTR,
    cchreferenceddomainname: *mut u32,
    peuse: *mut SID_NAME_USE,
) -> BOOL