pub fn with_mock_invoke_context<R, F: FnMut(&mut InvokeContext<'_>) -> R>(
    loader_id: Pubkey,
    account_size: usize,
    callback: F
) -> R