Function tauri_utils::platform::get_function_impl
source · pub fn get_function_impl(library: &str, function: &str) -> Option<FARPROC>
Expand description
Helper function to dynamically load function pointer.
library
and function
must be null-terminated.