Function LLVMRustGetTargetFeature

Source
pub(crate) unsafe extern "C" fn LLVMRustGetTargetFeature(
    T: &TargetMachine,
    Index: size_t,
    Feature: &mut *const c_char,
    Desc: &mut *const c_char,
)