pub unsafe extern "C" fn gcc_jit_context_compile_to_file(
    ctx: *mut gcc_jit_context,
    kind: gcc_jit_output_kind,
    path: *const c_char
)