hts_set_filter_expression

! @abstract Sets a filter expression @return 0 for success, negative on failure @discussion To clear an existing filter, specifying expr as NULL.

@system nothrow @nogc extern (C)
int
hts_set_filter_expression
(,
const(char)* expr
)

Meta