[][src]Function libssh2_sys::libssh2_sftp_stat_ex

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