pub unsafe extern "C" fn jit_value_get_param(
func: jit_function_t,
param: c_uint,
) -> jit_value_tExpand description
Get the value that corresponds to a specified function parameter. Returns NULL if out of memory or param is invalid.
pub unsafe extern "C" fn jit_value_get_param(
func: jit_function_t,
param: c_uint,
) -> jit_value_tGet the value that corresponds to a specified function parameter. Returns NULL if out of memory or param is invalid.