pub fn parse_proto_from_large_string<M>(str_: &String, proto: *mut M) -> boolwhere
    M: Message,