pub unsafe extern "C" fn Matrix_Mul(
    result: *mut Matrix,
    left: *const Matrix,
    right: *const Matrix
)