pub unsafe extern "C" fn Matrix_Translate(
    result: *mut Matrix,
    x: f32,
    y: f32,
    z: f32
)