Function libssh2_sys::libssh2_sftp_rename_ex[][src]

pub unsafe extern "C" fn libssh2_sftp_rename_ex(
    sftp: *mut LIBSSH2_SFTP,
    src: *const c_char,
    src_len: c_uint,
    dst: *const c_char,
    dst_len: c_uint,
    flags: c_long
) -> c_int