pub unsafe fn SeComputeAutoInheritByObjectType<P0, P1>(
    objecttype: *const c_void,
    securitydescriptor: P0,
    parentsecuritydescriptor: P1,
) -> u32
where P0: Param<PSECURITY_DESCRIPTOR>, P1: Param<PSECURITY_DESCRIPTOR>,