#[unsafe(no_mangle)]pub extern "C" fn kj_runtime_sample_json(
handle: KjHandle,
time_seconds: f64,
output: *mut u8,
capacity: usize,
required: *mut usize,
error: *mut u8,
error_capacity: usize,
error_required: *mut usize,
) -> KjStatusExpand description
Samples a deterministic frame and serializes it as UTF-8 JSON.