pub unsafe extern "C" fn g_io_channel_new_file(
    filename: *const c_char,
    mode: *const c_char,
    error: *mut *mut GError
) -> *mut GIOChannel