1 2 3
pub fn is_bytecode(bin: &[u8]) -> bool { unsafe { rmquickjs_sys::JS_IsBytecode(bin.as_ptr(), bin.len()) == 1 } }