pub unsafe extern "C" fn g_io_channel_read(
    channel: *mut GIOChannel,
    buf: *mut i8,
    count: usize,
    bytes_read: *mut usize
) -> i32