Function evil_janet::janet_unmarshal

source ·
pub unsafe extern "C-unwind" fn janet_unmarshal(
    bytes: *const u8,
    len: usize,
    flags: c_int,
    reg: *mut JanetTable,
    next: *mut *const u8
) -> Janet