LdrAccessResource

NTSTATUS __stdcall LdrAccessResource(
        PVOID DllHandle,
        _IMAGE_RESOURCE_DATA_ENTRY *ResourceDataEntry,
        PVOID *Address,
        UINT64 *Size){
  return LdrpAccessResourceData(DllHandle, ResourceDataEntry, Address, Size);
}

Referenced by:

FindBitmapResource
InitBootProcessor