pub fn parse_and_typecheck_custom(
    input: &[ProtoPathBuf],
    resolver: impl ProtoPathResolver
) -> Result<Vec<FileDescriptorProto>>
Expand description

TODO: this API is to be refactored.