pub unsafe extern "C" fn jit_snprintf(
    str_: *mut c_char,
    len: c_uint,
    format: *const c_char,
     ...
) -> c_int