Skip to main content

RtlCopyDeviceMemory

Function RtlCopyDeviceMemory 

Source
pub unsafe extern "C" fn RtlCopyDeviceMemory(
    Destination: *mut c_void,
    Source: *const c_void,
    Length: usize,
) -> *mut c_void