pub type CPLSetConfigOptionSubscriber = Option<unsafe extern "C" fn(pszKey: *const c_char, pszValue: *const c_char, bThreadLocal: bool, pUserData: *mut c_void)>;
Expand description

Callback for CPLSubscribeToSetConfigOption()