pub unsafe extern "C" fn HAPI_GetMaterialNodeIdsOnFaces(
session: *const HAPI_Session,
geometry_node_id: HAPI_NodeId,
part_id: HAPI_PartId,
are_all_the_same: *mut HAPI_Bool,
material_ids_array: *mut HAPI_NodeId,
start: c_int,
length: c_int,
) -> HapiResult