pub unsafe extern "C" fn wiredtiger_extension_init(
connection: *mut WT_CONNECTION,
config: *mut WT_CONFIG_ARG,
) -> c_intExpand description
Entry point to an extension, called when the extension is loaded.
@param connection the connection handle @param config the config information passed to WT_CONNECTION::load_extension @errors