Function LLVMRustHasFnAttribute

Source
pub(crate) unsafe extern "C" fn LLVMRustHasFnAttribute(
    F: &Value,
    Name: *const c_char,
    NameLen: size_t,
) -> bool