pub unsafe fn RtlSetOwnerSecurityDescriptor<P0, P1>(
    securitydescriptor: PSECURITY_DESCRIPTOR,
    owner: P0,
    ownerdefaulted: P1,
) -> NTSTATUS
where P0: Param<PSID>, P1: Param<BOOLEAN>,