fn generate_into_external_ptr(input: &DeriveInput) -> TokenStreamExpand description
Generate the IntoExternalPtr marker trait impl.
This marker trait enables the blanket impl<T: IntoExternalPtr> IntoR for T
in miniextendr-api, allowing the type to be returned directly from functions.