Function mysqlclient_sys::mysql_list_fields_start

source ยท
pub unsafe extern "C" fn mysql_list_fields_start(
    ret: *mut *mut MYSQL_RES,
    mysql: *mut MYSQL,
    table: *const c_char,
    wild: *const c_char,
) -> c_int