jit_block_get_meta

Function jit_block_get_meta 

Source
pub unsafe extern "C" fn jit_block_get_meta(
    block: jit_block_t,
    type_: c_int,
) -> *mut c_void
Expand description

Get the metadata associated with a particular tag. Returns NULL if type does not have any metadata associated with it.