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