#[no_mangle]
pub unsafe extern "C" fn indy_build_pool_config_request(
    command_handle: Handle,
    submitter_did: CString,
    writes: bool,
    force: bool,
    cb: Option<ResponseStringCB>
) -> Error