Function LLVMGetCallSiteStringAttribute

Source
pub unsafe extern "C" fn LLVMGetCallSiteStringAttribute(
    C: *mut LLVMValue,
    Idx: u32,
    K: *const i8,
    KLen: u32,
) -> *mut LLVMOpaqueAttributeRef