fn dylink_registrar(
    lib_path: PathBuf
) -> Result<fn(_: &mut Registry<'_>), Error>
Expand description

Dynamically link a registrar function into the compiler process.