pub unsafe extern "C" fn libssh2_sftp_rmdir_ex(
    sftp: *mut LIBSSH2_SFTP,
    path: *const c_char,
    path_len: c_uint
) -> c_int