Function LLVMSetDataLayout

Source
#[no_mangle]
pub extern "C" fn LLVMSetDataLayout(
    M: LLVMModuleRef,
    DataLayoutStr: *const c_char,
)