Function windows::Wdk::Storage::FileSystem::SecLookupAccountSid

pub unsafe fn SecLookupAccountSid<P0>(
    sid: P0,
    namesize: *mut u32,
    namebuffer: *mut UNICODE_STRING,
    domainsize: *mut u32,
    domainbuffer: Option<*mut UNICODE_STRING>,
    nameuse: *mut SID_NAME_USE,
) -> NTSTATUS
where P0: Param<PSID>,