pub unsafe extern "C" fn jit_block_get_meta(
block: jit_block_t,
type_: c_int,
) -> *mut c_voidExpand description
Get the metadata associated with a particular tag. Returns NULL if type does not have any metadata associated with it.
pub unsafe extern "C" fn jit_block_get_meta(
block: jit_block_t,
type_: c_int,
) -> *mut c_voidGet the metadata associated with a particular tag. Returns NULL if type does not have any metadata associated with it.