windows::Win32::Security

Function GetUserObjectSecurity

pub unsafe fn GetUserObjectSecurity(
    hobj: HANDLE,
    psirequested: *const u32,
    psid: Option<PSECURITY_DESCRIPTOR>,
    nlength: u32,
    lpnlengthneeded: *mut u32,
) -> Result<()>