#[unsafe(no_mangle)]pub unsafe extern "C" fn gltforge_node_name(
ptr: *const UnityGltf,
node_idx: u32,
out_len: *mut u32,
) -> *const u8Expand description
Return the name of node node_idx as UTF-8 bytes, or null if absent.
ยงSafety
ptr must be a valid, non-null handle. out_len may be null.