pub fn parse_module<'a>(
    cx: &'a Context,
    name: &CStr,
    data: &[u8],
    diag_handler: &Handler
) -> Result<&'a Module, FatalError>