Function LLVMSetModuleDataLayout

Source
#[no_mangle]
pub extern "C" fn LLVMSetModuleDataLayout(
    M: LLVMModuleRef,
    R: LLVMTargetDataRef,
)