Function windows::Win32::Security::CopySid

pub unsafe fn CopySid<P0>(
    ndestinationsidlength: u32,
    pdestinationsid: PSID,
    psourcesid: P0
) -> Result<()>
where P0: IntoParam<PSID>,