pub unsafe extern "C" fn jit_value_get_struct_pointer(
func: jit_function_t,
) -> jit_value_tExpand description
Get the value that contains the structure return pointer for a function. If the function does not have a structure return pointer (i.e. structures are returned in registers), then this returns NULL.