public IntPtr GetAddress(IntPtr function) => NS.dlsym(Handle, function);
public IntPtr GetAddress(string name) => NS.dlsym(Handle, name);