pub unsafe extern "C" fn g_file_get_contents(
    filename: *mut gchar,
    contents: *mut *mut gchar,
    length: *mut gsize,
    error: *mut *mut GError
) -> gboolean