pub fn ModelPart_Init(
    part: &mut ModelPart,
    offset: cc_uint16,
    count: cc_uint16,
    rotX: c_float,
    rotY: c_float,
    rotZ: c_float
)