pub type DebugFnTyped<T> = fn(TypedPtrConst<'_, T>, &mut Formatter<'_>) -> Result<(), Error>;
Function to format a value for debug. If this returns None, the shape did not implement Debug.