Function LLVMSetModuleInlineAsm

Source
pub unsafe extern "C" fn LLVMSetModuleInlineAsm(
    M: *mut LLVMModule,
    Asm: *const i8,
)