pub unsafe extern "system" fn SetPrivateObjectSecurityEx(
    securityinformation: OBJECT_SECURITY_INFORMATION,
    modificationdescriptor: PSECURITY_DESCRIPTOR,
    objectssecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
    autoinheritflags: SECURITY_AUTO_INHERIT_FLAGS,
    genericmapping: *const GENERIC_MAPPING,
    token: HANDLE
) -> BOOL
Expand description

Required features: "Win32_Foundation"