ntcore_sys

Function NT_FreeBooleanArray

Source
pub unsafe extern "C" fn NT_FreeBooleanArray(v_boolean: *mut bool)
Expand description

Frees an array of booleans.

ยงParameters

  • v_boolean: Pointer to the boolean array to free.