[][src]Type Definition indy_sys::payments::CreatePaymentAddressCB

type CreatePaymentAddressCB = extern "C" fn(command_handle: Handle, wallet_handle: Handle, config: CString, cb: Option<extern "C" fn(command_handle_: Handle, err: Error, payment_address: CString) -> Error>) -> Error;