pub unsafe extern "C" fn yr_compiler_add_file(
    compiler: *mut YR_COMPILER,
    rules_file: *mut FILE,
    namespace_: *const c_char,
    file_name: *const c_char
) -> c_int