Function windows_sys::Win32::Security::CreatePrivateObjectSecurity

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