Function SetPrivateObjectSecurity
pub unsafe fn SetPrivateObjectSecurity(
securityinformation: OBJECT_SECURITY_INFORMATION,
modificationdescriptor: PSECURITY_DESCRIPTOR,
objectssecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
genericmapping: *const GENERIC_MAPPING,
token: Option<HANDLE>,
) -> Result<()>