Gck.value_to_ulong
function value_to_ulong(value: ByteArray, result: Number(gulong)): Boolean { // Gjs wrapper for gck_value_to_ulong() }
Convert CK_ULONG type memory to a boolean.
- value
memory to convert
- result
A location to store the result
- Returns
Whether the conversion was successful.