webview2_com::Windows::Win32::System::LibraryLoader

Function GetProcAddress

Source
pub unsafe fn GetProcAddress<'a>(
    hmodule: impl IntoParam<'a, HINSTANCE>,
    lpprocname: impl IntoParam<'a, PSTR>,
) -> Option<unsafe extern "system" fn() -> isize>