pub unsafe extern "C" fn ssh_scp_push_file(
    scp: ssh_scp,
    filename: *const c_char,
    size: usize,
    perms: c_int
) -> c_int