pub unsafe extern "C" fn g_io_channel_read_chars(
    channel: *mut GIOChannel,
    buf: *mut u8,
    count: usize,
    bytes_read: *mut usize,
    error: *mut *mut GError
) -> i32