Function windows::Wdk::Storage::FileSystem::RtlCopySid

pub unsafe fn RtlCopySid<P0>(
    destinationsidlength: u32,
    destinationsid: PSID,
    sourcesid: P0,
) -> NTSTATUS
where P0: Param<PSID>,