ntcore_sys

Function NT_FreeIntegerArray

Source
pub unsafe extern "C" fn NT_FreeIntegerArray(v_int: *mut i64)
Expand description

Frees an array of integers.

ยงParameters

  • v_int: Pointer to the integer array to free.