rlGetProcAddress function

Pointer<Void> rlGetProcAddress(
  1. Pointer<Char> procName
)

Implementation

Pointer<Void> rlGetProcAddress(Pointer<Char> procName) => _module.rlGetProcAddress(procName);