pub fn dommatrixinit_to_matrix(
    dict: &DOMMatrixInit
) -> Result<(bool, Transform3D<f64>), Error>