from

fun from(patchLevel: ASN1Encodable, partitionName: String = "", logFn: (String) -> Unit = { _ -> }): PatchLevel?
fun from(patchLevel: String, partitionName: String = "", logFn: (String) -> Unit = { _ -> }): PatchLevel?