pub fn read_proto_lite_from_binary_file(
    filename: *const u8,
    proto: *mut MessageLite
) -> bool
Expand description

| Common interfaces that are supported | by both lite and full protobuf. |