libesedb_record_is_long_value

Function libesedb_record_is_long_value 

Source
pub unsafe extern "C" fn libesedb_record_is_long_value(
    record: *mut libesedb_record_t,
    value_entry: c_int,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Determines if a specific entry is a long value Returns 1 if true, 0 if not or -1 on error