#[unsafe(no_mangle)]pub unsafe extern "C" fn hurray_descriptor_buffer_count(
handle: *const HurrayDescriptor,
out_count: *mut u32,
) -> HurrayStatusExpand description
Reads the number of buffer handles in the tensor descriptor’s buffer table.
§Safety
handle and out_count MUST be valid, non-null pointers.