pub unsafe extern "C" fn yyjson_mut_obj_iter_remove(
iter: *mut yyjson_mut_obj_iter,
) -> *mut yyjson_mut_valExpand description
Removes current key-value pair in the iteration, returns the removed value.
If iter is NULL, this function will return NULL.