g_module_symbol

Function g_module_symbol 

Source
pub unsafe extern "C" fn g_module_symbol(
    module: *mut GModule,
    symbol_name: *const gchar,
    symbol: *mut gpointer,
) -> gboolean