pub async fn toggle_extension(
    cdb: &CoreDB,
    ext_name: &str,
    ext_loc: ExtensionInstallLocation,
    ctx: Arc<Context>
) -> Result<(), String>
Expand description

Handles create/drop an extension location On failure, returns an error message