pub unsafe extern "C" fn osConvertOldLINEARMemToNew(
    vaddr: *const c_void
) -> *mut c_void
Expand description

Converts 0x14* vmem to 0x30*.

§Arguments

  • vaddr - Input virtual address.

§Returns

The corresponding address in the 0x30* range, the input address if it’s already within the new vmem, or 0 if it’s outside of both ranges.