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

Retrieves the long value of a specific entry Creates a new long value Returns 1 if successful, 0 if the item does not contain such value or -1 on error