pub unsafe extern "C" fn g_regex_new(
    pattern: *const i8,
    compile_options: u32,
    match_options: u32,
    error: *mut *mut GError
) -> *mut GRegex