NT_InitValue

Function NT_InitValue 

Source
pub unsafe extern "C" fn NT_InitValue(value: *mut NT_Value)
Expand description

Initializes an NT_Value. Sets type to NT_UNASSIGNED and clears the rest of the struct.

ยงParameters

  • value: Value to initialize.