FLEncoder_WriteKeyValue

Function FLEncoder_WriteKeyValue 

Source
pub unsafe extern "C" fn FLEncoder_WriteKeyValue(
    arg1: FLEncoder,
    arg2: FLValue,
) -> bool
Expand description

Specifies the key for the next value to be written to the current dictionary. The key is given as a Value, which must be a string or integer.