[][src]Function spaik::nk::nk_check_relocation

pub unsafe extern "C" fn nk_check_relocation(
    nk: *mut Nuke
) -> *const NkRelocArray

Check if blocks have been relocated (i.e shifted around.)

@returns An array of pairs where (fst, snd) = (original pointer, new pointer)