scm_c_substring

Function scm_c_substring 

Source
pub unsafe extern "C" fn scm_c_substring(
    str: SCM,
    start: size_t,
    end: size_t,
) -> SCM