pub unsafe extern "C" fn yyjson_mut_get_raw(
val: *mut yyjson_mut_val,
) -> *const c_charExpand description
Returns the content if the value is raw.
Returns NULL if val is NULL or type is not raw.
pub unsafe extern "C" fn yyjson_mut_get_raw(
val: *mut yyjson_mut_val,
) -> *const c_charReturns the content if the value is raw.
Returns NULL if val is NULL or type is not raw.