use ;
// We choose in this case to represent `NSDecimal` as an opaque struct because
// we don't know much about the internals.
//
// Therefore we do not implement `Encode`.
// SAFETY: `&NSDecimal` is a valid pointer, and the encoding is correct.
unsafe