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

type ParseGetPaymentSourcesResponseCB = extern "C" fn(command_handle: Handle, resp_json: CString, cb: Option<extern "C" fn(command_handle_: Handle, err: Error, sources_json: CString) -> Error>) -> Error;