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