pub unsafe extern "C" fn nvme_copy(args: *mut nvme_copy_args) -> c_intExpand description
nvme_copy() - Copy command
@args: &struct nvme_copy_args argument structure
Return: The nvme command status if a response was received (see &enum nvme_status_field) or -1 with errno set otherwise.