Function windows::Win32::Security::SetSecurityDescriptorOwner

pub unsafe fn SetSecurityDescriptorOwner<P0, P1>(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    powner: P0,
    bownerdefaulted: P1,
) -> Result<()>
where P0: Param<PSID>, P1: Param<BOOL>,