pub unsafe extern "C" fn g_scanner_scope_add_symbol(
    scanner: *mut GScanner,
    scope_id: u32,
    symbol: *const i8,
    value: *mut c_void
)