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.

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

Meta