Function HAPI_GetNodePath

Source
pub unsafe extern "C" fn HAPI_GetNodePath(
    session: *const HAPI_Session,
    node_id: HAPI_NodeId,
    relative_to_node_id: HAPI_NodeId,
    path: *mut HAPI_StringHandle,
) -> HapiResult