#[no_mangle]
pub unsafe extern "C" fn LLVMDIBuilderCreateLexicalBlockFile(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    File: LLVMMetadataRef,
    Discriminator: c_uint
) -> LLVMMetadataRef