pub unsafe extern "system" fn ConvertToAutoInheritPrivateObjectSecurity(
    parentdescriptor: PSECURITY_DESCRIPTOR,
    currentsecuritydescriptor: PSECURITY_DESCRIPTOR,
    newsecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
    objecttype: *const GUID,
    isdirectoryobject: BOOLEAN,
    genericmapping: *const GENERIC_MAPPING
) -> BOOL
Expand description

Required features: "Win32_Foundation"