fn process_uniffi_trait_method(
    method: &TokenStream,
    self_ident: &Ident,
    udl_mode: bool
) -> Result<(TokenStream, TokenStream)>