pub unsafe extern "system" fn CreatePrivateObjectSecurity(
    parentdescriptor: PSECURITY_DESCRIPTOR,
    creatordescriptor: PSECURITY_DESCRIPTOR,
    newdescriptor: *mut PSECURITY_DESCRIPTOR,
    isdirectoryobject: BOOL,
    token: HANDLE,
    genericmapping: *const GENERIC_MAPPING
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"