Function hsa::copy [] [src]

pub unsafe fn copy<T>(
    src: *const T,
    dst: *mut T,
    bytes: usize
) -> Result<(), ErrorStatus>