pub unsafe extern "C" fn sftp_chmod(
    sftp: sftp_session,
    file: *const c_char,
    mode: mode_t
) -> c_int