pub unsafe extern "C" fn iwpool_printf(
pool: *mut IWPOOL,
format: *const c_char,
...
) -> *mut c_charExpand description
@brief Do fprintf into string allocated in this memory pool.
@param pool Pointer to memory pool.
@param format fprintf format specification.
@param …
@return Pointer to resulted string of zero if operation is failed.