pub unsafe extern "C" fn mi_stats_get_json(
buf_size: usize,
buf: *mut c_char,
) -> *mut c_charExpand description
Mirrors mi_stats_get_json. With buf == NULL the result is mi_malloc-family
memory the caller must release with mi_free.