[][src]Type Definition couchbase_sys::lcb_AUTHCALLBACK

type lcb_AUTHCALLBACK = Option<unsafe extern "C" fn(cookie: *mut c_void, host: *const c_char, port: *const c_char, bucket: *const c_char) -> *const c_char>;