Function CreatePrivateObjectSecurity
pub unsafe fn CreatePrivateObjectSecurity(
parentdescriptor: Option<PSECURITY_DESCRIPTOR>,
creatordescriptor: Option<PSECURITY_DESCRIPTOR>,
newdescriptor: *mut PSECURITY_DESCRIPTOR,
isdirectoryobject: bool,
token: Option<HANDLE>,
genericmapping: *const GENERIC_MAPPING,
) -> Result<()>