Function CreatePrivateObjectSecurityWithMultipleInheritance
pub unsafe fn CreatePrivateObjectSecurityWithMultipleInheritance(
parentdescriptor: Option<PSECURITY_DESCRIPTOR>,
creatordescriptor: Option<PSECURITY_DESCRIPTOR>,
newdescriptor: *mut PSECURITY_DESCRIPTOR,
objecttypes: Option<&[*const GUID]>,
iscontainerobject: bool,
autoinheritflags: SECURITY_AUTO_INHERIT_FLAGS,
token: Option<HANDLE>,
genericmapping: *const GENERIC_MAPPING,
) -> Result<()>