pub fn read_proto_from_text_filename<M>(filename: String, proto: *mut M) -> boolwhere
    M: Message,