pub unsafe fn GetSecurityDescriptorOwner<P0>(
    psecuritydescriptor: P0,
    powner: *mut PSID,
    lpbownerdefaulted: *mut BOOL
) -> Result<()>
where P0: IntoParam<PSECURITY_DESCRIPTOR>,