Function windows::Win32::Security::SetUserObjectSecurity
pub unsafe fn SetUserObjectSecurity<P0, P1>(
hobj: P0,
psirequested: *const OBJECT_SECURITY_INFORMATION,
psid: P1,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PSECURITY_DESCRIPTOR>,