scm_from_contiguous_typed_array

Function scm_from_contiguous_typed_array 

Source
pub unsafe extern "C" fn scm_from_contiguous_typed_array(
    _type: SCM,
    bounds: SCM,
    bytes: *const c_void,
    byte_len: size_t,
) -> SCM