#[no_mangle]
pub unsafe extern "C" fn heapdump_take_named_snapshot(
    name: *const c_char
)
Expand description

§Safety

The caller must pass a nul-terminated string whose length is not greater than ZX_MAX_NAME_LEN.