Function windows_sys::Wdk::Storage::FileSystem::SecLookupAccountSid

pub unsafe extern "system" fn SecLookupAccountSid(
    sid: PSID,
    namesize: *mut u32,
    namebuffer: *mut UNICODE_STRING,
    domainsize: *mut u32,
    domainbuffer: *mut UNICODE_STRING,
    nameuse: *mut SID_NAME_USE,
) -> NTSTATUS