pub unsafe extern "C" fn jit_function_set_meta(
func: jit_function_t,
type_: c_int,
data: *mut c_void,
free_data: jit_meta_free_func,
build_only: c_int,
) -> c_intpub unsafe extern "C" fn jit_function_set_meta(
func: jit_function_t,
type_: c_int,
data: *mut c_void,
free_data: jit_meta_free_func,
build_only: c_int,
) -> c_int