Type Definition proj_sys::proj_file_finder
source · pub type proj_file_finder = Option<unsafe extern "C" fn(ctx: *mut PJ_CONTEXT, arg1: *const c_char, user_data: *mut c_void) -> *const c_char>;
Expand description
Callback to resolve a filename to a full path