janet_buffer_push_bytes

Function janet_buffer_push_bytes 

Source
pub unsafe extern "C-unwind" fn janet_buffer_push_bytes(
    buffer: *mut JanetBuffer,
    string: *const u8,
    len: i32,
)