EFI_COPY_MEM

Copies the contents of one buffer to another buffer.

@paramin Destination The pointer to the destination buffer of the memory copy. @paramin Source The pointer to the source buffer of the memory copy. @paramin Length Number of bytes to copy from Source to Destination.

extern (C)
alias EFI_COPY_MEM = VOID function
(,
void* Source
,
UINTN Length
)
@nogc nothrow

Meta