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