pub unsafe fn import_function<'a, F>( dll_name: &str, proc_name: &str, ) -> Option<(Library, Symbol<F>)>where F: Sized,