Function rewrite_fn_ptr

Source
fn rewrite_fn_ptr(
    fn_ptr: &FnPtrTy,
    span: Span,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>