- free_section
ExternC!(void function(void* db, STACK_OF!(CONF_VALUE)* section)) free_section;
Undocumented in source.
- free_string
ExternC!(void function(void* db, char* string)) free_string;
Undocumented in source.
- get_section
ExternC!(STACK_OF!(CONF_VALUE)* function(void* db, char* section)) get_section;
Undocumented in source.
- get_string
ExternC!(char* function(void* db, char* section, char* value)) get_string;
Undocumented in source.