pub fn load_patch_from_file(
    matrix: &mut Matrix,
    filepath: &str
) -> Result<(), MatrixDeserError>