pub unsafe extern "C" fn s7_eval_with_location(
sc: *mut s7_scheme,
code: s7_pointer,
e: s7_pointer,
caller: *const c_char,
file: *const c_char,
line: s7_int,
) -> s7_pointerpub unsafe extern "C" fn s7_eval_with_location(
sc: *mut s7_scheme,
code: s7_pointer,
e: s7_pointer,
caller: *const c_char,
file: *const c_char,
line: s7_int,
) -> s7_pointer