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