pub unsafe extern "C" fn gcc_jit_context_set_bool_option(
    ctx: *mut gcc_jit_context,
    option: gcc_jit_bool_option,
    value: c_int
)