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