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