GDALQueryLoggerFunc

Type Alias GDALQueryLoggerFunc 

Source
pub type GDALQueryLoggerFunc = Option<unsafe extern "C" fn(pszSQL: *const c_char, pszError: *const c_char, lNumRecords: i64, lExecutionTimeMilliseconds: i64, pQueryLoggerArg: *mut c_void)>;

Aliased Type§

pub enum GDALQueryLoggerFunc {
    None,
    Some(unsafe extern "C" fn(*const i8, *const i8, i64, i64, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *const i8, i64, i64, *mut c_void))

Some value of type T.