pub unsafe extern "system" fn GetUserObjectSecurity(
    hobj: HANDLE,
    psirequested: *const u32,
    psid: PSECURITY_DESCRIPTOR,
    nlength: u32,
    lpnlengthneeded: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"