pub unsafe extern "C" fn sftp_rename(
    sftp: sftp_session,
    original: *const c_char,
    newname: *const c_char
) -> c_int