pub unsafe extern "C" fn ch_database_size(
    database: *const ch_database_t,
    database_size: *mut usize
) -> ch_error_t
Expand description

Returns the size of the given database.

@param database Pointer to compiled expression database.

@param database_size On success, the size of the compiled database in bytes is placed in this parameter.

@return @ref CH_SUCCESS on success, other values on failure.