pub unsafe extern "system" fn CreatePrivateObjectSecurityEx(
    parentdescriptor: *const SECURITY_DESCRIPTOR,
    creatordescriptor: *const SECURITY_DESCRIPTOR,
    newdescriptor: *mut *mut SECURITY_DESCRIPTOR,
    objecttype: *const GUID,
    iscontainerobject: BOOL,
    autoinheritflags: SECURITY_AUTO_INHERIT_FLAGS,
    token: HANDLE,
    genericmapping: *const GENERIC_MAPPING
) -> BOOL
Expand description

Required features: ‘Win32_Security’, ‘Win32_Foundation’